swift
7c69bec9 - Merge pull request #73782 from eeckstein/static-arrays-in-embedded

Comment changes are shownComment changes are hidden
Commit
1 year ago
Merge pull request #73782 from eeckstein/static-arrays-in-embedded IRGen: support read-only statically initialized arrays in embedded swift
Author
  • SwiftCompilerSources/Sources/Optimizer/Utilities
    • File
      OptUtils.swift
  • include/swift
    • IRGen
      • File
        Linking.h
    • SIL
      • File
        SILBuilder.h
      • File
        SILInstruction.h
  • lib
    • IRGen
      • File
        GenConstant.cpp
      • File
        IRGenModule.cpp
      • File
        IRGenModule.h
      • File
        Linking.cpp
    • SIL/IR
      • File
        SILInstructions.cpp
  • stdlib/public/core
    • File
      EmbeddedRuntime.swift
  • test/embedded
    • File
      static-object.swift