[llvm-bugs] [Bug 30425] New: clang crash building libclc
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Sep 17 04:32:44 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30425
Bug ID: 30425
Summary: clang crash building libclc
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: adf.lists at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 17294
--> https://llvm.org/bugs/attachment.cgi?id=17294&action=edit
console output
Building libclc I am getting a crash in clang.
I don't build libclc very often so don't know how long this has been an issue.
I build llvm/clang with gcc 5.3.0 like -
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-DLLVM_TARGETS_TO_BUILD="host;AMDGPU" -DLLVM_ENABLE_ASSERTIONS=ON
-DLLVM_BUILD_LLVM_DYLIB=ON .. && make -j5
llvm head =
commit 338f974b6e4f5d5d004d36d0d446289280d0c372
Author: Kostya Serebryany <kcc at google.com>
Date: Sat Sep 17 06:01:55 2016 +0000
[libFuzzer] properly reset the guards when reseting the coverage. Also try
to fix check-fuzzer on the bot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281814
91177308-0d34-0410-b5e6-96231b3b80d8
clang head =
commit 72aeae9a2f042f160e700b97fde61be3e0adc133
Author: Daniel Jasper <djasper at google.com>
Date: Sat Sep 17 07:20:36 2016 +0000
clang-format: [JS] Fix a crash in handledTemplateStrings.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281816
91177308-0d34-0410-b5e6-96231b3b80d8
libclc head =
commit 598792bc7e9eb636f0fa892180770afc2442a6eb
Author: Tom Stellard <thomas.stellard at amd.com>
Date: Fri Sep 16 22:43:33 2016 +0000
configure: Add amdgcn-mesa-mesa3d target
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@281793
91177308-0d34-0410-b5e6-96231b3b80d8
output and files from /tmp attached.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160917/990f2d8c/attachment.html>
More information about the llvm-bugs
mailing list