Displaying 20 results from an estimated 5000 matches similar to: "[LLVMdev] polly trunk broken on x86_64 darwin"
2015 Jun 27
2
[LLVMdev] polly trunk broken on x86_64 darwin
Tobias,
I can confirm that deleting the...
#include <malloc.h>
from the top of lib/External/isl/isl_int_sioimath.c allows the polly
cmake build to complete on x86_64 darwin.
Jack
On Sat, Jun 27, 2015 at 2:25 AM, Tobias Grosser <tobias at grosser.es> wrote:
> On 06/27/2015 03:39 AM, Jack Howarth wrote:
>>
>> Tobias,
>> The most recent
2015 Jul 07
2
[LLVMdev] between r241513 and r241594, clang 3.7.0svn now crashes building clang-tools-extra
Since we are only a week away from branching for 3.7.0, this new
breakage in the stage2 bootstrap of
llvm/clang/compiler-rt/clang-tools-extra should get triaged. At
r241513, a three stage bootstrap with comparision of stage2/stage3
files completed fine. However at r241594 we now have the new
regression reported in https://llvm.org/bugs/show_bug.cgi?id=24054...
Assertion failed: (Val &&
2016 Jan 15
2
[cfe-dev] [3.8 Release] We have branched
Hi Daniel,
Thanks for trying out the branch :-)
On Fri, Jan 15, 2016 at 5:30 AM, Daniel Sanders
<Daniel.Sanders at imgtec.com> wrote:
> Hi Hans,
>
> I tried the release branch last night and I'm having problems building it. The problem is that test-suite is now building as part of the Phase[123] builds (because this project contains CMakeLists.txt's now) but cmake 3.0.2
2020 Jan 02
6
error in building llvm with default options
hello,
I am trying to build LLVM with default options. I am getting the following
error message after make.
[100%] Building C object
tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o
[100%] Building C object
tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o
[100%] Building C object
tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o
[100%] Building C object
2020 Jan 02
2
error in building llvm with default options
Various options for reducing memory usage when building LLVM:
* Don't use bfd-ld, at least use gold, probably use lld if you have it
available
* With Ninja and/or CMake there's some way to specify the maximum number of
concurrent linkactions - lower this to fit in your available memory
* If you're building with debug info: Use Split DWARF
On Thu, Jan 2, 2020 at 5:21 AM Kókai Péter
2020 Jan 02
3
error in building llvm with default options
The last time this came up, we agreed something should be done to fix the
defaults, but nobody picked it up and ran with it. I think there was
consensus, it just needs legwork now.
On Thu, Jan 2, 2020 at 11:58 AM Aaron Smith via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> There was a recent thread on reducing memory:
>
2016 Jan 20
3
[cfe-dev] [3.8 Release] We have branched
Hans, Daniel,
How are things going? It's been 5 days and no word. I'm running the
tests now, just in case, but would be good to know that no one would
be committing to the release candidate 1 tree in the mean time.
cheers,
--renato
On 15 January 2016 at 15:56, Daniel Sanders via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>> -----Original Message-----
>> From:
2016 Oct 08
2
unable to compile llvm with gcc 4.7.4
Hi,
Encounter a compilation issue related to c++.
Software versions:
- gcc 4.7.4
- llvm git commit 98a1ca117e6743dd7f2d505443a96f591d083eab
Build log:
Scanning dependencies of target LLVMLTO
[ 53%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o
/tmp/pkgs/llvm/lib/LTO/Caching.cpp: In lambda function:
/tmp/pkgs/llvm/lib/LTO/Caching.cpp:74:7: error: looser throw specifier for
2018 Jun 08
2
Fail to install llvm/clang on debian
Hello,
Maybe this is not a bugs. But i fail to install llvm many times and different machine(debian os).
First, i follow the instruction:
http://cilium.readthedocs.io/en/latest/bpf/#llvm
But during in compiling, i alway get:
...
/home/yubo/git/llvm/tools/clang/lib/Basic/VirtualFileSystem.cpp: In member function ‘virtual llvm::ErrorOr<std::unique_ptr<clang::vfs::File> >
2017 Aug 11
2
LLVM-4.0.1 build problem on Linux
Hi,
I tried to build LLVM 4.0.1 on a Slackware Linux box with 3 GB of RAM using
gcc-7.1.0. Near the end of the build process, I hit the following error:
[ 89%] Linking CXX shared library ../../lib/libLTO.so
collect2: fatal error: ld terminated with signal 9 [Killed]
compilation terminated.
tools/lto/CMakeFiles/LTO.dir/build.make:269: recipe for target
'lib/libLTO.so.4.0.1'
failed
2018 Mar 31
1
using llvm DataFlowSanitizer error
Hi. I'm using llvm DataFlowSanitizer. I add such code in library libtiff.
dfsan_label lt_label = dfsan_create_label("buf_offset", 0);
dfsan_set_label(lt_label, (unsigned char *)buf, size);
But when i compile libtiff with "-fsanitize=dataflow" option, then there is an error as follows:
../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jbg_enc_init'
2017 May 06
2
Build polly-amd64-linux Failure
On Sat, May 6, 2017, at 04:28 PM, llvm.buildmaster at lab.llvm.org wrote:
> The Buildbot has detected a failed build on builder polly-amd64-linux
> while building polly.
> Full details are available at:
> http://lab.llvm.org:8011/builders/polly-amd64-linux/builds/6539
>
> Buildbot URL: http://lab.llvm.org:8011/
>
> Buildslave for this Build: grosser1
>
> Build
2016 Mar 26
2
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
Hello everybody,
I am very new to llvm and I am struggling to install it on my 15.10 Xubuntu
with kernel 4.2.0-34-generic #39-Ubuntu SMP x86_64 GNU/Linux.
I essentially intend to use the clang static analyzer, but it seems that I
have to build it on top of llvm and clang.
Unfortunately I run into the following problem.
CXX shared library ../../../lib/libc++.so
at around 52% of the procedure
2017 Oct 18
2
LLVM Installation failing
Hi
I am trying to install llvm and clang on ubuntu 16.04, I tried installing
them using apt command but while running the pass it gives me error
"error: llvm/pass.h not found
*#include"llvm/pass.h"*
so i tried installing using the source code and building it my self,
*make *fails
at 98% with this error
*collect2: error: ld returned 1 exit
2014 Aug 23
3
[LLVMdev] [3.5 Release] Release Candidate 3 Now Available - CMake build error
> Run it through its phases and report any bugs you find!
[ 1495s] CMake Warning (dev) at projects/dragonegg/CMakeLists.txt:34 (get_target_property):
[ 1495s] Policy CMP0026 is not set: Disallow use of the LOCATION target property.
[ 1495s] Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
[ 1495s] command to set the policy and suppress this warning.
[
2018 Mar 19
1
How to link against all available targets - problems with NVPTX?
As the question asks, I'm having some trouble using initializeAllTargets().
I have a CMakeLists that uses:
llvm_map_components_to_libnames(LLVM_LIBS ...
AllTargetsAsmParsers
AllTargetsAsmPrinters
AllTargetsDescs
AllTargetsInfos
...)
However, even with these, when I try to compile my program, I get linker
errors:
CMakeFiles/sxhc.dir/src/main.cpp.o: In function
2016 Jan 13
2
[3.8 Release] We have branched
And so the release process begins.
The 3.8 branch was created today from trunk at r257626, and the trunk
version was then bumped to 3.9.
Release blockers are tracked by http://llvm.org/PR26059. If you find
any bugs (either new or already in the tracker) that you think need to
be fixed before the release, please mark them as blocking this bug.
To get a change committed on the branch, first
2016 Mar 28
2
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
Hi Dimitry,
I do not particularly need to build libc++ from the package. Is the name of
the package's libc++, libcxx, because this is where the installation starts
finding undefined references, during linking CXX shared library
../../../lib/libc++.so. Please check below the first part of the log when
the first error appear, I omited repeating results. Furthermore, the
undefined references are
2019 Mar 19
2
Building lld
I tried deleting my build directory and restarting from scratch
$ cd llvm-project
$ mkdir build && cd build
$ cmake -G "Unix Makefiles" -DLLVM_ENABLE_PROJECTS=lld ../llvm
$ make
I got this error:
make[2]: *** No rule to make target 'llvm/cmake/modules/GenerateVersionFromVCS.cmake', needed by 'tools/lld/Common/VCSVersion.inc'. Stop.
CMakeFiles/Makefile2:57166:
2016 May 24
2
Undefined symbols in llvm-objdump linkage on x86_64-apple-darwin15
Is anyone else seeing a bootstrap failure on x86_64-apple-darwin15 in
current trunk?
[ 95%] Linking CXX executable ../../bin/llvm-objdump
Undefined symbols for architecture x86_64:
"_xar_serialize", referenced from:
DumpBitcodeSection(llvm::object::MachOObjectFile*, char const*,
unsigned int, bool, bool, bool, std::__1::basic_string<char,
std::__1::char_traits<char>,