We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2007d0a commit 6bf3a00Copy full SHA for 6bf3a00
flang-rt/cmake/modules/GetToolchainDirs.cmake
@@ -14,8 +14,8 @@
14
#
15
# Compiler-RT has two mechanisms for the path (simplified):
16
17
-# * LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=1: lib/${oslibname}/libclang_rt.builtins-${arch}.a
18
-# * LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=0: lib/${triple}/libclang_rt.builtins.a
+# * LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=0: lib/${oslibname}/libclang_rt.builtins-${arch}.a
+# * LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=1: lib/${triple}/libclang_rt.builtins.a
19
20
# LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON is the newer scheme, but the old one is
21
# currently still used for some platforms such as Windows. Clang looks for which
0 commit comments