Skip to content

Commit e3539e8

Browse files
committed
Remove trailing whitespace in patch
1 parent 677a033 commit e3539e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/llvm/emscripten-clang21-2-enable_exception_handling.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ index ed3bae59a..f1fedd532 100644
55
@@ -144,6 +144,48 @@ CreateCI(const llvm::opt::ArgStringList &Argv) {
66
return std::move(Clang);
77
}
8-
8+
99
+static llvm::Error HandleFrontendOptions(const CompilerInstance &CI) {
1010
+ const auto &FrontendOpts = CI.getFrontendOpts();
1111
+
@@ -47,9 +47,9 @@ index ed3bae59a..f1fedd532 100644
4747
+
4848
+ return llvm::Error::success();
4949
+}
50-
+
50+
+
5151
} // anonymous namespace
52-
52+
5353
namespace clang {
5454
@@ -462,7 +504,12 @@ const char *const Runtimes = R"(
5555
llvm::Expected<std::unique_ptr<Interpreter>>

0 commit comments

Comments
 (0)