Displaying 2 results from an estimated 2 matches for "99bb8525".
Did you mean:
992b8025
2012 Dec 17
0
[LLVMdev] target arm
Hi,
As I understand it, the issue is that (at least in principle) the information in any of the C/C++ system headers can be different between different architectures (and even major versions of the standard library on a given architecture). As such, clang/clang++ attempts to find the system header file for the target architecture rather than the host, and for general code there's no way to
2012 Dec 17
2
[LLVMdev] target arm
Hello,
I'm trying to use clang to compile a file in an x86 machine (running i386 GNU/Linux) to ARM. In the end, all I want is for the bit code (I use -emit-llvm) getArch() result to be Triple::ARM.
I tried to use "-target arm" but I get a "fatal error: 'bits/predefs.h' file not found".
Is there any easy way to make the target architecture "ARM" without