#! /bin/sh -x # llvm-bug.cpp is the clang++ -E output of ARMDisassembler.cpp and the -D and -I flags from buildworld # clang++ -v # FreeBSD clang version 3.0 (tags/RELEASE_30/final 145349) 20111210 # Target: x86_64-unknown-freebsd10.0 clang++ -cc1 -emit-obj -mrelocation-model static -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables -momit-leaf-frame-pointer -g -O2 -fdeprecated-macro -x c++ -o llvm-bug.o llvm-bug.cpp