Skip to content

Instantly share code, notes, and snippets.

@4ntoine
Created September 30, 2016 11:02
Show Gist options
  • Save 4ntoine/c257263ce9194d87e064ba5a71f6389f to your computer and use it in GitHub Desktop.
Save 4ntoine/c257263ce9194d87e064ba5a71f6389f to your computer and use it in GitHub Desktop.
# Crash reproducer for clang version 4.0.0 (https://github.com/avr-llvm/clang.git c6fdb09fb9bc5cf5c4b52b2d6f39e6349e942f3b) (llvm/llvm.git 2597ce5275a3cc6027ce9756f9e39744be737545)
# Driver args: "-c" "-g" "-x" "assembler-with-cpp" "-mmcu=atmega328p" "-D" "F_CPU=16000000L" "-D" "ARDUINO=10607" "-D" "ARDUINO_AVR_UNO" "-D" "ARDUINO_ARCH_AVR" "-I" "/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino" "-I" "/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/variants/standard" "/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/wiring_pulse.S" "-o" "/tmp/arduino_test1/wiring_pulse.S.o" "-I" "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include" "--target=avr"
# Original command: "/Volumes/Transcend/dev/src/llvm-avr/build/bin/clang-4.0" "-cc1as" "-triple" "avr" "-filetype" "obj" "-main-file-name" "wiring_pulse.S" "-target-cpu" "atmega328p" "-I" "/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino" "-I" "/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/variants/standard" "-I" "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include" "-fdebug-compilation-dir" "/Volumes/Transcend/dev/src/llvm-avr/build/bin" "-dwarf-debug-producer" "clang version 4.0.0 (https://github.com/avr-llvm/clang.git c6fdb09fb9bc5cf5c4b52b2d6f39e6349e942f3b) (llvm/llvm.git 2597ce5275a3cc6027ce9756f9e39744be737545)" "-I" "/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino" "-I" "/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/variants/standard" "-I" "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include" "-debug-info-kind=limited" "-dwarf-version=4" "-mrelocation-model" "static" "-o" "/tmp/arduino_test1/wiring_pulse.S.o" "/var/folders/64/fwfkm1k51zbd4_c5lwpsbljh0000gn/T/wiring_pulse-b09ac4.s"
"/Volumes/Transcend/dev/src/llvm-avr/build/bin/clang-4.0" "-cc1as" "-triple" "avr" "-filetype" "obj" "-main-file-name" "wiring_pulse.S" "-target-cpu" "atmega328p" "-dwarf-debug-producer" "clang version 4.0.0 (https://github.com/avr-llvm/clang.git c6fdb09fb9bc5cf5c4b52b2d6f39e6349e942f3b) (llvm/llvm.git 2597ce5275a3cc6027ce9756f9e39744be737545)" "-debug-info-kind=limited" "-dwarf-version=4" "-mrelocation-model" "static" "wiring_pulse-0d0324.S"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment