forked from OSchip/llvm-project
[CMake] Actually adding the TODO comment I mentioned in r252927.
Turns out you need to save before committing. llvm-svn: 252928
This commit is contained in:
parent
a2151fdceb
commit
7beed7eb6c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue