mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Fix modules build for r374337
A modules build failed with the following error: call to function 'operator&' that is neither visible in the template definition nor found by argument-dependent lookup Fix that by declaring the appropriate operators in the llvm::minidump namespace. llvm-svn: 374517
This commit is contained in:
parent
8c808d7fc1
commit
2b71024acc
@ -25,6 +25,8 @@
|
||||
namespace llvm {
|
||||
namespace minidump {
|
||||
|
||||
LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE();
|
||||
|
||||
/// The minidump header is the first part of a minidump file. It identifies the
|
||||
/// file as a minidump file, and gives the location of the stream directory.
|
||||
struct Header {
|
||||
|
Loading…
x
Reference in New Issue
Block a user