mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 00:16:30 +00:00
[Flang-RT][NFC] Fix comment
The cases of LLVM_ENABLE_PER_TARGET_RUNTIME_DIR were swapped. Noticed by @DanielCChen in #130875. Thanks!
This commit is contained in:
parent
46739be7bc
commit
13261e856a
@ -14,8 +14,8 @@
|
||||
#
|
||||
# Compiler-RT has two mechanisms for the path (simplified):
|
||||
#
|
||||
# * LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=1: lib/${oslibname}/libclang_rt.builtins-${arch}.a
|
||||
# * 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
|
||||
#
|
||||
# LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON is the newer scheme, but the old one is
|
||||
# currently still used for some platforms such as Windows. Clang looks for which
|
||||
|
Loading…
x
Reference in New Issue
Block a user