diff options
-rwxr-xr-x | llvm/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure index 25cfb7a1a20..84b0267e4c7 100755 --- a/llvm/configure +++ b/llvm/configure @@ -20247,7 +20247,7 @@ cat >>conftest.$ac_ext <<_ACEOF #include <mach-o/getsect.h> int main() { unsigned long p; - return (int)getsect("__DATA","ยด__pass_info", &p); + return (int)getsect("__DATA","__pass_info", &p); } _ACEOF |