Skip to content

Commit e4767a6

Browse files
author
Siva Chandra Reddy
committed
[libc] Add fully-qualified target names.
Only targets setup by the special LLVM libc rules now have fully qualified names. The naming style is similar to fully qualified names in Python. Reviewers: abrachet, PaulkaToast, phosek Differential Revision: https://reviews.llvm.org/D77340
1 parent 49ae0fc commit e4767a6

File tree

33 files changed

+532
-301
lines changed

33 files changed

+532
-301
lines changed

libc/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ include(CMakeParseArguments)
2323
include(LLVMLibCRules)
2424
include(LLVMLibCCheckCpuFeatures)
2525

26-
add_subdirectory(src)
27-
add_subdirectory(config)
2826
add_subdirectory(include)
27+
add_subdirectory(config)
28+
add_subdirectory(src)
2929
add_subdirectory(utils)
3030

3131
# The loader can potentially depend on the library components so add it

0 commit comments

Comments
 (0)