diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2020-06-03 18:13:05 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2020-06-03 19:23:13 +0000 |
commit | 9cb2badc596497f49ec2631bb5b8a2300656e75c (patch) | |
tree | 5855158bcf25ec228969228ddcd92b9c37463624 /llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp | |
parent | 2e4c5d1c483a986dbb3fc6486bdb2f0eb2adc8c8 (diff) | |
download | llvm-9cb2badc596497f49ec2631bb5b8a2300656e75c.zip llvm-9cb2badc596497f49ec2631bb5b8a2300656e75c.tar.gz llvm-9cb2badc596497f49ec2631bb5b8a2300656e75c.tar.bz2 |
lld: use `std::make_unique` (NFC)
The LLVM code base already uses C++14, use std::make_unique
to avoid the explicit constructor invocation via new and to avoid
spelling out the type twice.
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions