Disable stack-use-after-return.cc on AArch64. The test was not testing the...
Disable stack-use-after-return.cc on AArch64. The test was not testing the right thing before (the call to pthread_attr_setstacksize wasn't doing anything) anyway, and now it's running out of stack due to an unrelated change. llvm-svn: 298267
Loading
Please register or sign in to comment