diff options
author | Chris Bieneman <beanz@apple.com> | 2015-11-12 19:17:05 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2015-11-12 19:17:05 +0000 |
commit | 7beed7eb6cd6cde91356e16ea14b55139d54c8b8 (patch) | |
tree | ae4b2fcfd4774d602bffc2efc1b3fb49f6743a79 /compiler-rt | |
parent | a2151fdceb135231de8cc3afb90a68ad355659ea (diff) | |
download | bcm5719-llvm-7beed7eb6cd6cde91356e16ea14b55139d54c8b8.tar.gz bcm5719-llvm-7beed7eb6cd6cde91356e16ea14b55139d54c8b8.zip |
[CMake] Actually adding the TODO comment I mentioned in r252927.
Turns out you need to save before committing.
llvm-svn: 252928
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/lib/builtins/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt index 858f013f6e7..e4e4477879d 100644 --- a/compiler-rt/lib/builtins/CMakeLists.txt +++ b/compiler-rt/lib/builtins/CMakeLists.txt @@ -2,6 +2,9 @@ # generic implementations of the core runtime library along with optimized # architecture-specific code in various subdirectories. +# TODO: Need to add a mechanism for logging errors when builtin source files are +# added to a sub-directory and not this CMakeLists file. + set(GENERIC_SOURCES absvdi2.c absvsi2.c |