Displaying 4 results from an estimated 4 matches for "macroinfo".
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 22
1
[LLVMdev] error building clang
...recognized
> collect2: ld returned 1 exit status
file /llvm/build/Debug+Asserts/lib/libclangLex.a
/llvm/build/Debug+Asserts/lib/libclangLex.a: current ar archive
oak[164]tools > ar -t /llvm/build/Debug+Asserts/lib/libclangLex.a
HeaderMap.o
HeaderSearch.o
Lexer.o
LiteralSupport.o
MacroArgs.o
MacroInfo.o
PPCaching.o
PPDirectives.o
PPExpressions.o
PPLexerChange.o
PPMacroExpansion.o
PTHLexer.o
Pragma.o
PreprocessingRecord.o
Preprocessor.o
PreprocessorLexer.o
ScratchBuffer.o
TokenConcatenation.o
TokenLexer.o
On Fri, Oct 21, 2011 at 7:08 AM, Csaba Raduly <rcsaba at gmail.com> wrote:
> On T...
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:
2013 Nov 13
2
[releng_10 tinderbox] failure on i386/i386
.../../../contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp -o PrintPreprocessedOutput.o
/src/lib/clang/libclangfrontend/../../../contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp: In function 'void PrintMacroDefinition(const clang::IdentifierInfo&, const clang::MacroInfo&, clang::Preprocessor&, llvm::raw_ostream&)':
/src/lib/clang/libclangfrontend/../../../contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp:36: internal compiler error: in var_ann, at tree-flow-inline.h:127
Please submit a full bug report,
with preprocessed source if ap...