aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVinícius Tinti <viniciustinti@gmail.com>2014-07-23 08:39:52 -0300
committerBehan Webster <behanw@converseincode.com>2015-01-18 18:05:13 -0800
commitda6eac19c706d1408c3f3f05cd4f55eea47b2c59 (patch)
tree0a012f6a0477de19d73317aae2c0ee33bd7b0ae3 /.gitignore
parent7980f73b52bb3ecca8c49fbbf0f6e2d52f11086e (diff)
kbuild: LLVMLinux: Add support to generate LLVM bitcode files
Add rules to kbuild in order to generate LLVM bitcode files with the .ll extension when using clang. # from c code CC=clang make kernel/pid.ll # from asm code CC=clang make arch/x86/kernel/preempt.ll Signed-off-by: Vinícius Tinti <viniciustinti@gmail.com> Signed-off-by: Behan Webster <behanw@converseincode.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ce57b79670a5..bedd42144926 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@
*.lzo
*.patch
*.gcno
+*.ll
modules.builtin
Module.symvers
*.dwo