OLD | NEW |
| 1 ; @LOCALMOD-BEGIN |
| 2 ; Disable this for now to allow cmake builds with libc++. |
| 3 ; The bindings test tries build a bunch of things and then link against |
| 4 ; the LLVM libraries, but the build script that it uses within the test |
| 5 ; does not pick up changes to CMAKE_C*_FLAGS so if we change that then |
| 6 ; the link commandline is wrong: |
| 7 ; https://llvm.org/bugs/show_bug.cgi?id=21552 |
| 8 ; https://code.google.com/p/nativeclient/issues/detail?id=4119 |
| 9 ; Add "-x" to the below commandline to get more verbose output. |
| 10 ; XFAIL: * |
| 11 ; @LOCALMOD-END |
1 ; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm | 12 ; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm |
2 | 13 |
3 ; REQUIRES: shell | 14 ; REQUIRES: shell |
OLD | NEW |