mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-02 13:12:09 +00:00

This just tweaks the fix from r224892 (which handled PCHs) to work with modules, where we will serialize each method individually and hence the hasMoreThanOneDecl bit needs to be updated as we add the methods. llvm-svn: 225659
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
module two { header "two.h" }
|
|
module oneA { header "oneA.h" }
|
|
module oneB { header "oneB.h" export oneA }
|
|
module oneC { header "oneC.h" }
|