summaryrefslogtreecommitdiff
path: root/lib/builtins
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-11-12 19:17:05 +0000
committerChris Bieneman <beanz@apple.com>2015-11-12 19:17:05 +0000
commite6e9aa55633c371fb32f7ba7d15d53b924028130 (patch)
tree1db482dfd43064ec14f6771bf46e80bbf32c352b /lib/builtins
parenta405fc16c3227898f22422a045ee2e36bc605776 (diff)
[CMake] Actually adding the TODO comment I mentioned in r252927.
Turns out you need to save before committing. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@252928 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/builtins')
-rw-r--r--lib/builtins/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/builtins/CMakeLists.txt b/lib/builtins/CMakeLists.txt
index 858f013f6..e4e447787 100644
--- a/lib/builtins/CMakeLists.txt
+++ b/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