[NFC] [ModuleTrace] Add negative test case for cycles in trace emission (ep2).

Context: rdar://67704000.
This commit is contained in:
Varun Gandhi
2020-08-25 23:47:58 -07:00
parent 828ab6d98c
commit c440477690
4 changed files with 19 additions and 6 deletions

View File

@@ -14,7 +14,11 @@ module CoreDaemon {
}
module DaemonKit {
header "DaemonKit.h"
umbrella header "DaemonKit/DaemonKit.h"
explicit module ViolateSecondLawOfThermodynamics {
header "DaemonKit/ViolateSecondLawOfThermodynamics.h"
export *
}
export *
}