Displaying 3 results from an estimated 3 matches for "modulesymboltable".
2020 Feb 18
4
LLD doesn't handle globals with appending linkage
Hello.
I'm posting this question here, because there seem to be no LLD-specific
mailing list. Sorry in advance if this is wrong one.
I compile two C source with following command:
clang -flto -o %name.bc %name.c
LLVM is augmented with my custom pass, which amongst other things create a
global with appending linkage:
@myvar = appending constant [1 x [1 x i8]*] ...
I also have another pass
2018 Aug 05
2
Building LLVM through Bazel
...ated
before compilation?
One example error I'm getting at the moment is:
In file included from
external/llvm/llvm-master/include/llvm/MC/MCStreamer.h:30:0,
from
external/llvm/llvm-master/lib/Object/RecordStreamer.h:16,
from
external/llvm/llvm-master/lib/Object/ModuleSymbolTable.cpp:17:
external/llvm/llvm-master/include/llvm/Support/TargetParser.h:61:31: fatal
error: ARMTargetParser.def: No such file or directory
Any direction would be greatly appreciated:
Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/piper...
2020 Apr 23
7
Cannot build master
Hi,
Using master at b0a1c0b72c9c61f8b0a223e08f43498abb64f5e8, I cannot build
LLVM. I configured with:
CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt/llvm11-git \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DBUILD_SHARED_LIBS=OFF \
-DLLVM_ENABLE_EH=ON \
-DLLVM_ENABLE_RTTI=ON \