Regenerate.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108740 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/configure b/configure
index 25cfb7a..84b0267 100755
--- a/configure
+++ b/configure
@@ -20247,7 +20247,7 @@
 #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