We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3d838 commit 0988addCopy full SHA for 0988add
clang/CMakeLists.txt
@@ -117,6 +117,7 @@ if(CLANG_BUILT_STANDALONE)
117
include(TableGen)
118
include(HandleLLVMOptions)
119
include(VersionFromVCS)
120
+ include(CheckAtomic)
121
include(GetErrcMessages)
122
include(LLVMDistributionSupport)
123
clang/lib/Basic/CMakeLists.txt
@@ -110,3 +110,7 @@ add_clang_library(clangBasic
110
omp_gen
111
)
112
113
+target_link_libraries(clangBasic
114
+ PRIVATE
115
+ ${LLVM_ATOMIC_LIB}
116
+)
0 commit comments