[compiler-rt] r252928 - [CMake] Actually adding the TODO comment I mentioned in r252927.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 11:17:05 PST 2015


Author: cbieneman
Date: Thu Nov 12 13:17:05 2015
New Revision: 252928

URL: http://llvm.org/viewvc/llvm-project?rev=252928&view=rev
Log:
[CMake] Actually adding the TODO comment I mentioned in r252927.

Turns out you need to save before committing.

Modified:
    compiler-rt/trunk/lib/builtins/CMakeLists.txt

Modified: compiler-rt/trunk/lib/builtins/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/builtins/CMakeLists.txt?rev=252928&r1=252927&r2=252928&view=diff
==============================================================================
--- compiler-rt/trunk/lib/builtins/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/builtins/CMakeLists.txt Thu Nov 12 13:17:05 2015
@@ -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




More information about the llvm-commits mailing list