diff options
Diffstat (limited to 'gnu/packages/llvm.scm')
| -rw-r--r-- | gnu/packages/llvm.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 18e0ca9c761..d5e5ed65ada 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm | |||
| @@ -87,7 +87,10 @@ of programming tools as well as libraries with equivalent functionality.") | |||
| 87 | functions for C and C++ programs. It also provides header files that allow C | 87 | functions for C and C++ programs. It also provides header files that allow C |
| 88 | and C++ source code to interface with the \"sanitization\" passes of the clang | 88 | and C++ source code to interface with the \"sanitization\" passes of the clang |
| 89 | compiler. In LLVM this library is called \"compiler-rt\".") | 89 | compiler. In LLVM this library is called \"compiler-rt\".") |
| 90 | (license ncsa))) | 90 | (license ncsa) |
| 91 | |||
| 92 | ;; <http://compiler-rt.llvm.org/> doesn't list MIPS as supported. | ||
| 93 | (supported-systems (delete "mips64el-linux" %supported-systems)))) | ||
| 91 | 94 | ||
| 92 | (define (clang-from-llvm llvm clang-runtime hash) | 95 | (define (clang-from-llvm llvm clang-runtime hash) |
| 93 | (package | 96 | (package |
