We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Building an LLVM-based tool

Formale Metadaten

Titel
Building an LLVM-based tool
Untertitel
Lessons Learned
Serientitel
Anzahl der Teile
561
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
In this talk, I want to share my experience in building an LLVM-based tool. For the last three years, I work on a tool for mutation testing. Currently, it works on Linux, macOS, and FreeBSD and the source code is compatible with any LLVM version between 3.8 and 7.0. Anything that can run in parallel - runs in parallel. I will cover the following topics: How to support multiple LLVM versions How to support different operating systems (Linux, macOS, FreeBSD) How to build against precompiled LLVM and sources at the same time How to parallelize everything How to test things Different ways to get bitcode from any project