Commit 1930635
authored
[clang][Modules] Raise empty.modulemap expected size to <70KB to fix RISC-V failure (llvm#123959)
I'm not sure why the test is larger for RISC-V than other targets, but
we saw this before with llvm#111360.
The file is just over the current 60KB limit:
```
62772 /home/asb/llvm-project/build/stage2/tools/clang/test/Modules/Output/empty.modulemap.tmp/base.pcm
```1 parent 8388040 commit 1930635
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
0 commit comments