diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/XRay/FDRTraceWriter.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/XRay/FDRTraceWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/XRay/FDRTraceWriter.cpp b/contrib/llvm-project/llvm/lib/XRay/FDRTraceWriter.cpp index 2b80740ed436..8e67a8f98433 100644 --- a/contrib/llvm-project/llvm/lib/XRay/FDRTraceWriter.cpp +++ b/contrib/llvm-project/llvm/lib/XRay/FDRTraceWriter.cpp @@ -57,7 +57,7 @@ Error writeMetadata(support::endian::Writer &OS, Values &&... Ds) { } // namespace FDRTraceWriter::FDRTraceWriter(raw_ostream &O, const XRayFileHeader &H) - : OS(O, support::endianness::native) { + : OS(O, llvm::endianness::native) { // We need to re-construct a header, by writing the fields we care about for // traces, in the format that the runtime would have written. uint32_t BitField = |
