SNSystems / llvm-project-prepo

Fork of LLVM with modifications to support a program repository
26 stars 0 forks source link

Build standard libraries with exceptions/RTTI disabled. #173

Closed paulhuggett closed 2 years ago

paulhuggett commented 2 years ago

Communicating the --fno-exceptions and --fno-rtti switches (in addition to the existing --sysroot) to cmake via the Dockerfile has entailed to switching to using BuildKit's updated Dockerfile implementation (docker/dockerfile:1.3). This requires Docker 18.09 or later.

Remove unused variables and steps obsoleted now that the compiler is “repo by default”.