diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-10-02 18:38:34 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-10-02 18:38:34 +0000 |
| commit | feb805fcf22b9568f32d6bee6d837ab417b89c18 (patch) | |
| tree | f45fd658a9d20be08b5c81eea9512cb76ce36a5f /llvm/test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll | |
| parent | 5e5cf1a50c15aac4efa4492e83a4b2792e50d387 (diff) | |
| download | bcm5719-llvm-feb805fcf22b9568f32d6bee6d837ab417b89c18.tar.gz bcm5719-llvm-feb805fcf22b9568f32d6bee6d837ab417b89c18.zip | |
Support for generating ELF objects on Windows.
This adds 'elf' as a recognized target triple environment value and overrides the default generated object format on Windows platforms if that value is present. This patch also enables MCJIT tests on Windows using the new environment value.
llvm-svn: 165030
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll b/llvm/test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll index e55cb06aa1e..f925e79f248 100644 --- a/llvm/test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll +++ b/llvm/test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll @@ -1,4 +1,4 @@ -; RUN: %lli -use-mcjit %s > /dev/null +; RUN: %lli -mtriple=%mcjit_triple -use-mcjit %s > /dev/null define i32 @main() { %X = fadd double 0.000000e+00, 1.000000e+00 ; <double> [#uses=1] |

