[all-commits] [llvm/llvm-project] bcb20a: Fixed the build failure of yaml2obj in XCOFFEmitte...
Esme via All-commits
all-commits at lists.llvm.org
Sun Jun 6 22:49:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcb20aa7701d3e2d6deef24ce26c25ed7d2dbc6b
https://github.com/llvm/llvm-project/commit/bcb20aa7701d3e2d6deef24ce26c25ed7d2dbc6b
Author: Esme-Yi <esme.yi at ibm.com>
Date: 2021-06-07 (Mon, 07 Jun 2021)
Changed paths:
M llvm/lib/ObjectYAML/XCOFFEmitter.cpp
Log Message:
-----------
Fixed the build failure of yaml2obj in XCOFFEmitter.cpp:
error: ambiguous overload for 'operator=='
(operand types are 'llvm::yaml::Hex16' and 'llvm::XCOFF::MagicNumber')
Is64Bit = Obj.Header.Magic == XCOFF::XCOFF64;
More information about the All-commits
mailing list