search for: installeddir

Displaying 20 results from an estimated 137 matches for "installeddir".

2016 Dec 09
4
Strange clang behavior when compiled against musl
...musl/lib/ld-musl-x86_64.so.1 /path/to/llvm/bin/clang -v clang version 4.0.0 (https://github.com/llvm-mirror/clang 40adebeca0f99006d407508653c2cbd270a1a51c) (https://github.com/llvm-mirror/llvm 943496ffc4e7cb9d7dd6f5119325a7583e2cc31f) Target: x86_64-pc-linux-musl Thread model: posix InstalledDir: /path/to/llvm/bin It worked, but couldn't compile binaries: $ LD_LIBRARY_PATH=/path/to/musl/lib /path/to/musl/lib/ld-musl-x86_64.so.1 /path/to/llvm/bin/clang -v -c hello.c clang version 4.0.0 (https://github.com/llvm-mirror/clang 40adebeca0f99006d407508653c2cbd270a1a51c) (https://git...
2019 Feb 18
4
LLVM version shipped by Mac
.... But the last LLVM version is just 9. I don't know where 10 comes from. Does Apple use a different version number system? Thanks. $ /Library/Developer/CommandLineTools/usr/bin/clang --version Apple LLVM version 10.0.0 (clang-1000.10.44.4) Target: x86_64-apple-darwin17.7.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin -- Regards, Peng
2017 Dec 21
5
llc: Unknown command line argument '-debug-only=isel'
...ork now: $ clang --version LLVM China clang version 6.0.0 (git at github.com:llvm-mirror/clang.git 9b7b03045ee9b5622028537266aafeb9ea218ac1) (git at github.com:llvm-mirror/llvm.git 3a26601a88394c02603b8756527c55df9ab94d78) (based on LLVM 6.0.0svn) Target: x86_64-redhat-linux Thread model: posix InstalledDir: /data/project/xiangzhai/llvm/build/./bin $ llc --version LLVM (http://llvm.org/):   LLVM version 6.0.0svn   Optimized build.   Default target: x86_64-redhat-linux   Host CPU: broadwell llc: Unknown command line argument '-debug-only=isel'.  Try: '/data/project/xiangzhai/llvm/buil...
2018 Sep 05
2
Compiling OpenJDK8 with LLVM for mips64el
...id=38221#c10 2. $ clang -v Loongson clang version 8.0.0 (git at github.com:llvm-mirror/clang.git 56fc90882612ab774dae937ca8d997c59364f7f8) (git at github.com:llvm-mirror/llvm.git 3419b04cf0c0a57577865f0d17fefb205deed048) (based on LLVM 8.0.0svn) Target: mips64el-redhat-linux Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib/gcc/mips64el-redhat-linux/4.9.3 Found candidate GCC installation: /usr/lib/gcc/mips64el-redhat-linux/4.9.3 Selected GCC installation: /usr/bin/../lib/gcc/mips64el-redhat-linux/4.9.3 Candidate multilib: .; Selected multilib: .; -- Regar...
2017 Dec 21
3
llc: Unknown command line argument '-debug-only=isel'
...LLVM China clang version 6.0.0 (git at github.com:llvm-mirror/clang.git > 9b7b03045ee9b5622028537266aafeb9ea218ac1) > (git at github.com:llvm-mirror/llvm.git > 3a26601a88394c02603b8756527c55df9ab94d78) (based on LLVM 6.0.0svn) > Target: x86_64-redhat-linux > Thread model: posix > InstalledDir: /data/project/xiangzhai/llvm/build/./bin > $ llc --version > LLVM (http://llvm.org/): > LLVM version 6.0.0svn > Optimized build. > Default target: x86_64-redhat-linux > Host CPU: broadwell > > llc: Unknown command line argument '-debug-only=isel'. Try:...
2017 Aug 02
2
CUDA compilation "No available targets are compatible with this triple." problem
...9; The info of the LLVM I'm using is as follows: > lang++ --version clang version 6.0.0 (http://llvm.org/git/clang.git 16a0981eccf1bfcc9ba928747aa825e8948791cd) (http://llvm.org/git/llvm.git 052dd78cb30f77a05dc8bb06b851402c4b6c6587) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /home/xshen5/llvm/bin Registered Targets: x86 - 32-bit X86: Pentium-Pro and above x86-64 - 64-bit X86: EM64T and AMD64 Any help I could get? Thanks! -Xin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-de...
2017 Feb 25
2
lli can't find vsprintf
...f' which could not be resolved! But, I can generate the exe though llc -filetype=obj hello.bc link hello.obj -defaultlib:libcmt maybe i need a D:\llvm\examples\helloworld>clang --version clang version 5.0.0 (trunk 296084) (llvm/trunk 296083) Target: i686-pc-windows-msvc Thread model: posix InstalledDir: D:\llvm\build\Debug\bin D:\llvm\examples\helloworld>lli --version LLVM (http://llvm.org/): LLVM version 5.0.0svn DEBUG build with assertions. Default target: i686-pc-windows-msvc Host CPU: broadwell -------------- next part -------------- An HTML attachment was scrubbed... URL: <htt...
2020 May 21
2
10.0.1-rc1 release has been tagged
...vmorg-10.0.1-rc1" successfully. $ which clang-10 /home/dileks/src/llvm-toolchain/install/bin/clang-10 $ clang-10 --version ClangBuiltLinux clang version 10.0.1 (https://github.com/llvm/llvm-project f79cd71e145c6fd005ba4dd1238128dfa0dc2cb6) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /home/dileks/src/llvm-toolchain/install/bin BTW, I use tc-build script from ClangBuiltLinux to build my llvm-toolchain consisting of projects "clang" and "lld". LINK: https://github.com/ClangBuiltLinux/tc-build With my modifications: dileks at iniza:~/src/llvm-toolchain$ ln...
2020 Nov 11
0
[cfe-dev] Running LLVMHello Pass from Clang(-cl)
..., Bjoern via cfe-dev wrote: > Hello Eric, > > I got this now: > > D:\Program Files\LLVM_orc_removal\bin>clang-cl.exe -v -Xclang -load > -Xclang LLVMHello.dll Test.cpp > > clang version 12.0.0 > > Target: x86_64-pc-windows-msvc > > Thread model: posix > > InstalledDir: D:\Program Files\LLVM_orc_removal\bin > > "D:\\Program Files\\LLVM_orc_removal\\bin\\clang-cl.exe" -cc1 -triple > x86_64-pc-windows-msvc19.27.29111 -emit-obj -mrelax-all > -mincremental-linker-compatible --mrelax-relocations -disable-free > -main-file-name Test.cpp -mreloc...
2018 Jul 19
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
....org/ 2. Loongson clang version 7.0.0 (git at github.com:Loong-Language/loong-clang.git c36069cffc57a30a20782bf327a87bed4e48a6c2) (git at github.com:Loong-Language/loong-llvm.git 59cb663e72874dda740aa2b18bf47ba65b32fe9b) (based on LLVM 7.0.0svn) Target: mips64el-redhat-linux Thread model: posix InstalledDir: /opt/loong-llvm/bin Found candidate GCC installation: /usr/lib/gcc/mips64el-redhat-linux/4.9.3 Selected GCC installation: /usr/lib/gcc/mips64el-redhat-linux/4.9.3 Candidate multilib: .; Selected multilib: .; 3. http://lists.llvm.org/pipermail/llvm-dev/2018-July/124620.html -- Regards, Leslie Zha...
2019 Jul 04
3
llvm-config issues
...n branch install procedure. - Everything installed without any error or warning. - Typing afterwards in the terminal: "clang-8 --version" results in this return: clang version 8.0.1-svn363027-1~exp1~20190611211629.77 (branches/release_80) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin - Running in the terminal the configure command for GHDL:          "../configure --with-llvm-config=/usr/bin/llvm-config-8 --prefix=/opt/Ghdl"   results in this output: Use full IEEE library Build machine is: x86_64-linux-gnu Unhandled version llvm 8.0.1 Why do I get: Unha...
2020 Mar 25
3
Build Clang/LLVM for AVR
...for(;;) { } return 0; } Here's the result of attempting the compilation ... $ clang++ --target=avr -mmcu=atmega328p -c main.cpp -o main.o -v clang version 11.0.0 (https://github.com/llvm/llvm-project 177dd63c8d742250dac6ea365e7c30f0fbab3257) Target: avr Thread model: posix InstalledDir: /usr/local/bin Found candidate GCC installation: /usr/lib/gcc/avr/5.4.0 Selected GCC installation: /usr/lib/gcc/avr/5.4.0 (in-process) "/usr/local/bin/clang-11" -cc1 -triple avr -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name main....
2017 Aug 02
2
CUDA compilation "No available targets are compatible with this triple." problem
...9; The info of the LLVM I'm using is as follows: > lang++ --version clang version 6.0.0 (http://llvm.org/git/clang.git 16a0981eccf1bfcc9ba928747aa825e8948791cd) (http://llvm.org/git/llvm.git 052dd78cb30f77a05dc8bb06b851402c4b6c6587) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /home/xshen5/llvm/bin Registered Targets: x86 - 32-bit X86: Pentium-Pro and above x86-64 - 64-bit X86: EM64T and AMD64 Any help I could get? Thanks! -Xin _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org<mailto:llvm-dev...
2018 Mar 23
1
stack dump at -early-cse-memssa twice
...-early-cse-memssa fannkuch7.ll Questions: Is it illegal to call -early-cse-memssa twice? Are there any other incompatible optimization orders? Best, HwJ --- $ clang --version > clang version 6.0.0 (tags/RELEASE_600/final) > Target: x86_64-apple-darwin16.5.0 > Thread model: posix > InstalledDir: /usr/local/bin Output: > 0 opt 0x000000010d8980e7 > llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 37 > 1 opt 0x000000010d8975ea > llvm::sys::RunSignalHandlers() + 83 > 2 opt 0x000000010d89850e > SignalHand...
2018 Dec 09
2
Parse LLVM IR
...ninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. ➜ test git:(develop) ✗ ./reader 16 Function: ➜ test git:(develop) ✗ clang --version clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin As you can see, I basically cannot get anything meaningful here. Could anyone shed some light on this? Thanks a lot. Irene -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181209/09ea248e/attachme...
2018 May 09
2
lld + ThinLTO + fprofile-generate causes duplicate symbol errors
...i Teresa, > > Thanks for looking into this. I hadn't initially tried ToT, but it > reproduces in ToT as well when I tried. > > $ ./clang --version > > clang version 7.0.0 (trunk 331879) (llvm/trunk 331888) > Target: x86_64-unknown-linux-gnu > Thread model: posix > InstalledDir: /ssd2/pirama/llvm-upstream/llvm-release/bin/. > > $ ./ld.lld --version > LLD 7.0.0 (https://git.llvm.org/git/lld.git dc4977e104c7f33758ac6119d1528aafcd8a94dc) (compatible with GNU linkers) > > > On Wed, May 9, 2018 at 6:44 AM Teresa Johnson <tejohnson at google.com> > wr...
2020 Jan 07
2
Inline assembly in intel syntax mishandling i constraint
...perand mov ebx, offset bar I attached my source file and my modified .ll file. I compiled the source file with clang -m32 a.c -ffreestanding -nostdlib -S -emit-llvm $ clang --version clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin Is this an LLVM bug or am I misusing inteldialect? Thank you, Steve -- Stephen Checkoway -------------- next part -------------- A non-text attachment was scrubbed... Name: a.c Type: application/octet-stream Size: 151 bytes Desc: not available URL: <http://lists.llvm.org/piperm...
2018 Mar 29
4
Compilation issues
Hello, May I ask anyone responsible to either fix or revert r326109 and r326110, which effectively broke LLVM compilation with clang? Str is const now (https://reviews.llvm.org/D43436#C985082NL45 <https://reviews.llvm.org/D43436#C985082NL45>), and later on a move constructor on const is performed (https://reviews.llvm.org/D43436#C985082NL64
2017 Feb 27
2
lli can't find vsprintf
...llc -filetype=obj hello.bc >> link hello.obj -defaultlib:libcmt >> >> maybe i need a >> D:\llvm\examples\helloworld>clang --version >> clang version 5.0.0 (trunk 296084) (llvm/trunk 296083) >> Target: i686-pc-windows-msvc >> Thread model: posix >> InstalledDir: D:\llvm\build\Debug\bin >> >> D:\llvm\examples\helloworld>lli --version >> LLVM (http://llvm.org/): >> LLVM version 5.0.0svn >> DEBUG build with assertions. >> Default target: i686-pc-windows-msvc >> Host CPU: broadwell >> >> >&gt...
2018 May 09
0
lld + ThinLTO + fprofile-generate causes duplicate symbol errors
Hi Teresa, Thanks for looking into this. I hadn't initially tried ToT, but it reproduces in ToT as well when I tried. $ ./clang --version clang version 7.0.0 (trunk 331879) (llvm/trunk 331888) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /ssd2/pirama/llvm-upstream/llvm-release/bin/. $ ./ld.lld --version LLD 7.0.0 (https://git.llvm.org/git/lld.git dc4977e104c7f33758ac6119d1528aafcd8a94dc) (compatible with GNU linkers) On Wed, May 9, 2018 at 6:44 AM Teresa Johnson <tejohnson at google.com> wrote: > > > On Wed, May...