Displaying 1 result from an estimated 1 matches for "tempfilea".
Did you mean:
tempfile
2008 Nov 14
4
[LLVMdev] Proper arguments for -march?
...s with CMake.
clang and other tools seem to also complain about the format of -march,
but other command line arguments seem to be working. Tools, clang
llvm-as, opt, etc., "seem" to be working.
Incidently, the bytecode file was built using this command:
clang test1.c -emit-llvm > tempfileA
llvm-as < tempfileA > tempfileB.bc
Contents of tempfileA is:
; ModuleID = 'test1.c'
target datalayout =
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i686-pc-win32"
defin...