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 270971 - org.llvm.support.llvm_unreachable: Invalid input kind!
Summary: org.llvm.support.llvm_unreachable: Invalid input kind!
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-26 17:01 UTC by Maria Tishkova
Modified: 2017-06-30 13:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229548


Attachments
stacktrace (1.30 KB, text/plain)
2017-06-26 17:01 UTC, Maria Tishkova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Tishkova 2017-06-26 17:01:47 UTC
Build: NetBeans IDE Dev (Build 20170622-e31391109f08)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
mromashova: Clank diagnostic enabled when opening IDE




Stacktrace: 
org.llvm.support.llvm_unreachable: Invalid input kind!
   at org.clang.frontend.CompilerInvocation.setLangDefaults(CompilerInvocation.java:316)
   at org.clang.tools.services.impl.ClankCompilerInvokationInitializer.fillInCompilerInvokationOpts(ClankCompilerInvokationInitializer.java:112)
   at org.clang.tools.services.ClankDiagnosticServices.cc1_main(ClankDiagnosticServices.java:316)
   at org.clang.tools.services.ClankDiagnosticServices.main(ClankDiagnosticServices.java:226)
   at org.clang.tools.services.ClankDiagnosticServices.invokeCompiler(ClankDiagnosticServices.java:117)
   at org.clang.tools.services.ClankDiagnosticServices.verify(ClankDiagnosticServices.java:101)
Comment 1 Maria Tishkova 2017-06-26 17:01:51 UTC
Created attachment 164634 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2017-06-26 17:11:55 UTC
you should specify i.e. IK_CXX/IK_C as language
Comment 3 Vladimir Voskresensky 2017-06-27 13:29:30 UTC
Client of API should be fixed
Comment 4 Maria Tishkova 2017-06-30 13:43:07 UTC
fixed in 
changeset:   304306:3094c2e6c148
user:        Maria Dalmatova <mromashova@netbeans.org>
date:        Fri Jun 30 16:40:05 2017 +0300
summary:     fixed bz#270971