Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

swaroopch/vagrant_clang_llvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant box to run latest Clang & LLVM

To run the latest Clang & LLVM:

vagrant up
vagrant ssh
clang --version

clang++ -std=c++17 -Weverything -Wno-c++98-compat -Wno-missing-prototypes -o foo foo.cpp
./foo

Releases

No releases published

Packages

No packages published

Languages