NAKAMURA Takumi
35289340de
X86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting x64. It caused DW_LNE_set_address was misemitted on x64.
...
FIXME: I haven't investigate whether CalleeSaveStackSlotSize should be 8.
llvm-svn: 205772
2014-04-08 15:28:50 +00:00
Rafael Espindola
6ee163875c
Check for $PWD in llvm::sys::current_path.
...
Some users (clang, libTooling) require this. After this patch we can remove
the calls to getenv("PWD") from clang.
llvm-svn: 188125
2013-08-10 00:50:57 +00:00
Eli Bendersky
e6abe83258
Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
...
use them in tests that run llvm-dwarfdump. This is in order to make tests as
specific as possible.
llvm-svn: 173498
2013-01-25 21:44:53 +00:00
NAKAMURA Takumi
ad0c80b8e6
llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
...
llvm-svn: 170410
2012-12-18 05:08:12 +00:00
Chandler Carruth
d75be9b4fb
Add a triple to this test -- it has to be an ELF platform...
...
llvm-svn: 170374
2012-12-17 21:44:50 +00:00
Chandler Carruth
10700aad85
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
...
compilation directory.
This defaults to the current working directory, just as it always has,
but now an assembler can choose to override it with a custom directory.
I've taught llvm-mc about this option and added a test case.
llvm-svn: 170371
2012-12-17 21:32:42 +00:00