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

Building an LLVM-based tool

Formal Metadata

Title
Building an LLVM-based tool
Subtitle
Lessons Learned
Title of Series
Number of Parts
561
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
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