Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] LLVM/Clang toolchain broken

On Fri, 17 Jan 2020 at 14:38, Joost Kraaijeveld <J.Kraaijeveld@xxxxxxxxxx> wrote:
On Fri, 2020-01-17 at 12:20 -0500, Jonah Graham wrote:
> (the case in Bug 527757 is particularly obviously bad).
I am pretty sure that my "solution" described in my previous mail (and
in 535565) also solves 527757 and probably 500186.

Great!
 

> > There is no such page for GCC?
>
> Because it probably shouldn't exist for LLVM either?
I think so.
>
> > - I cannot find UI for LLVM/Clang project properties. Can someone
> enlighten me?
> > - The same for the GCC project properties?
>
> It is in the Project Properties -> C/C++ Build -> Settings. (see
> attached file to confirm we are talking about the same thing)
Ah, no, sorry. I meant where in the source tree of the CDT are those UI
elements. I already discovered the dialogs in application in 2003 or
maybe earlier ;-)

(embarrassed emoji) Of course - I was a bit on autopilot I suppose. Those UI elements are data driven, the first level of UI is org.eclipse.cdt.managedbuilder.ui.properties.Page_BuildSettings (org.eclipse.cdt.managedbuilder.ui bundle), the data is controlled primarily by XML in the plugin.xmls via the org.eclipse.cdt.managedbuilder.core.buildDefinitions extension point (see /org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml for LLVM's and /org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml for GCC's and https://help.eclipse.org/topic/org.eclipse.cdt.doc.isv/reference/extension-points/org_eclipse_cdt_managedbuilder_core_buildDefinitions.html for the extension point documentation).



Thanks for assisting!

I hope that helps.

Jonah

 

--
Groeten,

Joost Kraaijeveld
Hommelseweg 123
6821 LD Arnhem
06-51855277

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top