Displaying 2 results from an estimated 2 matches for "darwinasmparser".
2016 Jun 02
6
-Wmisleading-indentation violations
...ntially misleading lines so they can decide what do
about the warnings (if anything).
I'm wondering if clang-format is making some inappropriate choices
here or these are just genuine mistakes.
Anyway here are the ones I saw in passing.
```
/home/dsl11/dev/llvm-upstream/src/lib/MC/MCParser/DarwinAsmParser.cpp:
In member function ‘bool
{anonymous}::DarwinAsmParser::parseVersionMin(llvm::StringRef,
llvm::SMLoc)’:
/home/dsl11/dev/llvm-upstream/src/lib/MC/MCParser/DarwinAsmParser.cpp:962:3:
warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (Update > 255 || Update < 0)...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ry '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Transforms/IPO'
make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Transforms'
llvm[2]: Compiling LLVMTargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling MCRelocationInfo.cpp for Release+Asserts build
llvm[3]: Compiling DarwinAsmParser.cpp for Release+Asserts build
make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Object'
llvm[2]: Compiling Archive.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMMCDisassembler.a
make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LL...