search for: headermaps

Displaying 9 results from an estimated 9 matches for "headermaps".

2011 Aug 03
1
[LLVMdev] dwarf directory table and file table
...dLoc.getIncludedLoc() points to the post-macro expansion buffer. > - What about #include_next ? > - #include <Foo/Foo.h> does not mean {include path ...}/Foo/Foo.h for > Apple's framework header. > - Some IDEs, like Xcode, uses header maps. If you're curious search > HeaderMaps in clang FE. > > The dwarf line table should be able to encode directory names. I am not > sure, what is the advantage of using actual tokens between "" or <> as a > file name ? The DWARF committee's intent is that line table faithfully represent the user inputs wh...
2011 Aug 03
0
[LLVMdev] dwarf directory table and file table
...der search path used. There are few wrinkles here, because these are preprocessor tokens. - What about #include_next ? - #include <Foo/Foo.h> does not mean {include path ...}/Foo/Foo.h for Apple's framework header. - Some IDEs, like Xcode, uses header maps. If you're curious search HeaderMaps in clang FE. The dwarf line table should be able to encode directory names. I am not sure, what is the advantage of using actual tokens between "" or <> as a file name ? BTW, I do not know of any assembler directives like .directory > I started by taking a look at how LLVM enco...
2011 Aug 03
3
[LLVMdev] dwarf directory table and file table
I've been looking into the debug info in llvm recently. After conferring with a DWARF expert, I think what we really want for a file is to enter the actual name of the header that the preprocessor found between "" or <> on the #include line, and for the directory it should be the actual header search path used. I started by taking a look at how LLVM encodes this in a .s file
2011 Oct 22
1
[LLVMdev] error building clang
Any input on this? I cleaned up the whole directory and re-build. still get the error. I am builing on x86. downloaded clang from llvm.org. Should I pick up an older version? llvm[4]: Linking Debug+Asserts executable clang > /llvm/build/Debug+Asserts/lib/libclangLex.a: could not read symbols: File > format not recognized > collect2: ld returned 1 exit status file
2013 May 22
0
[LLVMdev] Header Maps?
I'm battling with Xcode and Boost, so I apologize with the somewhat Xcode-specific parts of my question. I know Xcode generates Header Maps, and I've looked at clong::HeaderMap. But I don't really know how Xcode chooses to create Header Maps. I'm trying to avoid adding a search path for all of Boost, and only including the Boost headers that actually get used. Xcode seems to
2009 Apr 21
1
Samba 4 compile error
Hi all, I'm trying to compile Samba 4 from Git source. I have checked the source using instructions in the wiki. I have the specified deps installed. This is on an Arch Linux box. >From samba-master/source4 directory ./autogen.sh, ./configure, and make work. But make install fails after some time: Unable to map ../libcli/auth/credentials.h at ./script/installheader.pl line 82. Any
2011 Oct 21
0
[LLVMdev] error building clang
On Thu, Oct 20, 2011 at 10:59 PM, monica j wrote: > The latest in my problems building clang-only: > > llvm[4]: Linking Debug+Asserts executable clang > /llvm/build/Debug+Asserts/lib/libclangLex.a: could not read symbols: File > format not recognized > collect2: ld returned 1 exit status What is the output of file /llvm/build/Debug+Asserts/lib/libclangLex.a ? Csaba -- GCS
2011 Oct 20
4
[LLVMdev] error building clang
The latest in my problems building clang-only: llvm[4]: Linking Debug+Asserts executable clang /llvm/build/Debug+Asserts/lib/libclangLex.a: could not read symbols: File format not recognized collect2: ld returned 1 exit status Any suggestions appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Mar 26
1
configure script not found in newly checked out source from SVN repository.
Hi, I was following http://wiki.samba.org/index.php/Samba4/HOWTO#Testing_Samba4_Active_Directory_in_Ubuntu_7.04_howto to put Samba 4 to test. I got this error. =========================================================== user@sys:/var/Software/samba4/source$ sudo svn update At revision 26701. user@sys:/var/Software/samba4/source$ sudo ./configure --prefix=/usr/local sudo: ./configure: command