Skip to content

Commit 0dfbeb3

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#3113 from MicrosoftDocs/master637552291990522981
Repo sync for protected CLA branch
2 parents 829befb + c6f7bf1 commit 0dfbeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/openmp-enable-openmp-2-0-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Currently, the **`/openmp:llvm`** option only works on the x64 architecture. The
4141

4242
Applications compiled by using both **`/openmp`** and **`/clr`** can only be run in a single application domain process. Multiple application domains aren't supported. That is, when the module constructor (`.cctor`) is run, it detects if the process is compiled using **`/openmp`**, and if the app is loaded into a non-default runtime. For more information, see [`appdomain`](../../cpp/appdomain.md), [`/clr` (Common Language Runtime Compilation)](clr-common-language-runtime-compilation.md), and [Initialization of Mixed Assemblies](../../dotnet/initialization-of-mixed-assemblies.md).
4343

44-
If you attempt to load an app compiled using both **`/openmp`** and **`/clr*`** into a non-default application domain, a <xref:System.TypeInitializationException> exception is thrown outside the debugger, and a `OpenMPWithMultipleAppdomainsException` exception is thrown in the debugger.
44+
If you attempt to load an app compiled using both **`/openmp`** and **`/clr`** into a non-default application domain, a <xref:System.TypeInitializationException> exception is thrown outside the debugger, and a `OpenMPWithMultipleAppdomainsException` exception is thrown in the debugger.
4545

4646
These exceptions can also be raised in the following situations:
4747

0 commit comments

Comments
 (0)