Skip to content

Instantly share code, notes, and snippets.

View 4ntoine's full-sized avatar

Anton Smirnov 4ntoine

  • Ekaterinburg, Russia
View GitHub Profile
# 1 "<built-in>"
# 1 "/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/wiring_pulse.S"
/*
wiring_pulse.s - pulseInASM() function in different flavours
Part of Arduino - http://www.arduino.cc/
Copyright (c) 2014 Martino Facchin
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
# 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/