Don't explicitly set C++ standard for lld
LLVM does this itself since 606cb8548a1b7763e0c8489c5efe66803a7ede72, and 14 is no longer the correct standard when building lld 16, causing build failures.
This commit is contained in:
parent
8a746f4ac3
commit
1286d98278
1 changed files with 0 additions and 4 deletions
|
@ -886,10 +886,6 @@ impl Step for Lld {
|
|||
);
|
||||
}
|
||||
|
||||
// Explicitly set C++ standard, because upstream doesn't do so
|
||||
// for standalone builds.
|
||||
cfg.define("CMAKE_CXX_STANDARD", "14");
|
||||
|
||||
cfg.build();
|
||||
|
||||
t!(File::create(&done_stamp));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue