diff options
-rw-r--r-- | clang/test/CodeGenCXX/dllexport.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/dllexport.cpp b/clang/test/CodeGenCXX/dllexport.cpp index fe9806893b2..372ed8a0b2c 100644 --- a/clang/test/CodeGenCXX/dllexport.cpp +++ b/clang/test/CodeGenCXX/dllexport.cpp @@ -18,8 +18,7 @@ struct S { }; void user() { - // FIXME: dllexported functions must be emitted even if they're not referenced in this TU. a(); - b(); + // FIXME: dllexported methods must be emitted even if they're not referenced in this TU. &S::a; } |