Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r278659 problem #29358

Closed
MatzeB opened this issue Aug 15, 2016 · 2 comments
Closed

r278659 problem #29358

MatzeB opened this issue Aug 15, 2016 · 2 comments
Labels
backend:ARM bugzilla Issues migrated from bugzilla

Comments

@MatzeB
Copy link
Contributor

MatzeB commented Aug 15, 2016

Bugzilla Link 28988
Resolution FIXED
Resolved on Aug 16, 2016 08:10
Version trunk
OS All
Attachments Reproducer
CC @ostannard,@rengolin

Extended Description

The new assert/check added in r278659 triggers when building a normal(?) c file from compiler-rt/sanitizer.

I attach a reduced example:

llc -filetype=obj err_278659.ll
LLVM ERROR: out of range pc-relative fixup value

@rengolin
Copy link
Member

Also broke ARM's self-hosting bot:

http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/3918

"fatal error: error in backend: out of range pc-relative fixup value" in:

FAILED: /home/linaro/devel/buildbot/clang-cmake-thumbv7-a15-full-sh/stage1.install/bin/clang++ -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilib/Support -I/home/linaro/devel/buildbot/clang-cmake-thumbv7-a15-full-sh/llvm/lib/Support -Iinclude -I/home/linaro/devel/buildbot/clang-cmake-thumbv7-a15-full-sh/llvm/include -mcpu=cortex-a15 -mthumb -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Werror=date-time -std=c++11 -fcolor-diagnostics -ffunction-sections -fdata-sections -O3 -UNDEBUG -fno-exceptions -fno-rtti -MMD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o -c /home/linaro/devel/buildbot/clang-cmake-thumbv7-a15-full-sh/llvm/lib/Support/ScaledNumber.cpp

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 16, 2016

Now resolved in r278789.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:ARM bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

3 participants