This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267970 - NoClassDefFoundError: org/llvm/ir/DataLayout
Summary: NoClassDefFoundError: org/llvm/ir/DataLayout
Status: RESOLVED DUPLICATE of bug 267972
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-11 19:40 UTC by soldatov
Modified: 2016-09-13 02:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226183


Attachments
stacktrace (3.96 KB, text/plain)
2016-09-11 19:40 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2016-09-11 19:40:05 UTC
Build: NetBeans IDE 8.2 RC (Build 201609110201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
soldatov: I opened old project only




Stacktrace: 
java.lang.NoClassDefFoundError: org/llvm/ir/DataLayout
   at org.clang.basic.target.impl.TargetInfo.resetDataLayout(TargetInfo.java:215)
   at org.clang.basic.target.impl.X86_64TargetInfo.<init>(X86_64TargetInfo.java:71)
   at org.clang.basic.target.impl.TargetsStatics.AllocateTarget(TargetsStatics.java:486)
   at org.clang.basic.target.impl.TargetInfo.CreateTargetInfo(TargetInfo.java:247)
   at org.clang.basic.target.TargetInfo.CreateTargetInfo(TargetInfo.java:99)
   at org.clang.tools.services.impl.PreprocessorInitializer.<init>(PreprocessorInitializer.java:149)
Comment 1 soldatov 2016-09-11 19:40:07 UTC
Created attachment 162002 [details]
stacktrace
Comment 2 Alexander Simon 2016-09-11 20:03:59 UTC
1300+ unit tests are failed.
Comment 3 Vladimir Kvashin 2016-09-12 11:10:12 UTC

*** This bug has been marked as a duplicate of bug 267972 ***
Comment 4 Quality Engineering 2016-09-13 02:02:34 UTC
Integrated into 'main-silver', will be available in build *201609130002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8a0405301ff6
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: Fixed #267972 - Failing tests after clank binaries upgraded , #267970 - NoClassDefFoundError: org/llvm/ir/DataLayout