[LLVMbugs] [Bug 23015] New: provide a way to list source files to ignore
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Mar 25 00:07:46 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23015
Bug ID: 23015
Summary: provide a way to list source files to ignore
Product: Build scripts
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: nicholas at mxc.ca
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The "llvm_check_source_file_list" function ensures that every .cpp file found
is listed in the CMakeLists.txt. That's fine.
Sometimes I have files in there which I deliberately don't build, old passes I
started working on and deliberately keep out of the build system right now.
It'd be nice to have a rule to explicitly tell cmake which files it should
ignore.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150325/5ce13d2e/attachment.html>
More information about the llvm-bugs
mailing list